[INFO] fetching crate crayon-audio 0.7.1...
[INFO] checking crayon-audio-0.7.1 against try#fceb2de603f0807f9049222f3f612ed51ed8f9dc for pr-157576
[INFO] extracting crate crayon-audio 0.7.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate crayon-audio 0.7.1
[INFO] finished tweaking crates.io crate crayon-audio 0.7.1
[INFO] tweaked toml for crates.io crate crayon-audio 0.7.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate crayon-audio 0.7.1 on toolchain fceb2de603f0807f9049222f3f612ed51ed8f9dc
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 147 packages to latest compatible versions
[INFO] [stderr]       Adding cpal v0.8.2 (available: v0.18.1)
[INFO] [stderr]       Adding lewton v0.9.4 (available: v0.10.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `crayon-audio` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] af1ed95a907f058c7d2996dd333aacfeae583e8e0341b05c845da7a9639ad1ae
[INFO] running `Command { std: "docker" "start" "af1ed95a907f058c7d2996dd333aacfeae583e8e0341b05c845da7a9639ad1ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "af1ed95a907f058c7d2996dd333aacfeae583e8e0341b05c845da7a9639ad1ae" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af1ed95a907f058c7d2996dd333aacfeae583e8e0341b05c845da7a9639ad1ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "af1ed95a907f058c7d2996dd333aacfeae583e8e0341b05c845da7a9639ad1ae" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `crayon-audio` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling khronos_api v2.2.0
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling xml-rs v0.7.0
[INFO] [stderr]     Checking libloading v0.6.7
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.3.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling nix v0.11.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking owning_ref v0.4.1
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking dlib v0.4.2
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking wayland-sys v0.20.12
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking wayland-commons v0.20.12
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking lock_api v0.1.5
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking crossbeam-utils v0.5.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling cgmath v0.16.1
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]     Checking crossbeam-epoch v0.5.2
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking approx v0.1.1
[INFO] [stderr]     Checking ogg v0.7.1
[INFO] [stderr]     Checking crossbeam-deque v0.5.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling wayland-scanner v0.20.12
[INFO] [stderr]    Compiling gl_generator v0.9.0
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling alsa-sys v0.1.2
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling wayland-client v0.20.12
[INFO] [stderr]    Compiling wayland-protocols v0.20.12
[INFO] [stderr]    Compiling glutin v0.18.0
[INFO] [stderr]    Compiling gl v0.10.0
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]     Checking memmap v0.6.2
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking cpal v0.8.2
[INFO] [stderr]     Checking num-traits v0.1.43
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]     Checking smithay-client-toolkit v0.3.0
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking failure v0.1.8
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]     Checking inlinable_string v0.1.15
[INFO] [stderr]     Checking uuid v0.7.4
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking lewton v0.9.4
[INFO] [stderr]     Checking parking_lot v0.6.4
[INFO] [stderr]     Checking winit v0.17.2
[INFO] [stderr]     Checking crayon v0.7.1
[INFO] [stderr]     Checking crayon-audio v0.7.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.30s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: glutin v0.18.0, winit v0.17.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 7`
[INFO] running `Command { std: "docker" "inspect" "af1ed95a907f058c7d2996dd333aacfeae583e8e0341b05c845da7a9639ad1ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af1ed95a907f058c7d2996dd333aacfeae583e8e0341b05c845da7a9639ad1ae", kill_on_drop: false }`
[INFO] [stdout] af1ed95a907f058c7d2996dd333aacfeae583e8e0341b05c845da7a9639ad1ae
